net/http.http2FrameWriteRequest.stream (field)
24 uses
net/http (current package)
h2_bundle.go#L4968: stream: stream,
h2_bundle.go#L5064: wr.stream.wroteHeaders = true
h2_bundle.go#L5066: if wr.stream.wroteHeaders {
h2_bundle.go#L5099: st := wr.stream
h2_bundle.go#L5161: st := wr.stream
h2_bundle.go#L5194: sc.closeStream(wr.stream, http2errHandlerPanicked)
h2_bundle.go#L6236: stream: rw.rws.stream,
h2_bundle.go#L6277: stream: st,
h2_bundle.go#L6300: stream: st,
h2_bundle.go#L6355: stream: st,
h2_bundle.go#L7067: stream: msg.parent,
h2_bundle.go#L10883: stream *http2stream
h2_bundle.go#L10894: if wr.stream == nil {
h2_bundle.go#L10904: return wr.stream.id
h2_bundle.go#L10910: return wr.stream == nil
h2_bundle.go#L10942: allowed := wr.stream.flow.available()
h2_bundle.go#L10946: if wr.stream.sc.maxFrameSize < allowed {
h2_bundle.go#L10947: allowed = wr.stream.sc.maxFrameSize
h2_bundle.go#L10953: wr.stream.flow.take(allowed)
h2_bundle.go#L10955: stream: wr.stream,
h2_bundle.go#L10969: stream: wr.stream,
h2_bundle.go#L10982: wr.stream.flow.take(int32(len(wd.p)))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |